Should I learn the easier framework as a start? [closed]

Posted by gunbuster363 on Programmers See other posts from Programmers or by gunbuster363
Published on 2012-06-12T09:34:44Z Indexed on 2012/06/12 10:47 UTC
Read the original article Hit count: 234

I've been a programmer for 2 years. I learned Java SE, C from college and learned Cobol from the workplace. I've noticed that there is a hype about framework and I actually don't know what is a framework. It is so cool that my colleague once said you cannot find a new job without knowing something like struct spring hibernate. And we should know Java EE too because it was aimed for enterprise application.

I've never code something such as server-client web application, and I think I need to try it out. But which language should I code in? I can't decide between the following 2:

1) Java. It is heavily used by many company so I could easily reuse the experience gained. But Java and its related framework are pretty heavy (for the machine and operation). It is on-demand.

2) ROR. It is cool. The syntax of ruby is simple. I can get a better hand on it. And maybe I can learn the concept easily and possibly correctly. However, not much company here would use it. All the job ads are about J2EE/C#.

Should I learn the easy one or the difficult one? Not to mention there are a lot of frameworks out there for Java, which makes the decision much more difficult.

© Programmers or respective owner

Related posts about java

Related posts about web-development